home *** CD-ROM | disk | FTP | other *** search
-
- /* Batch Rendering Arexx Script for Imagine 5.0
- * Made before we started our touring through Europe.
- *
- * Check : www.ihi.ku.dk/~scoopex/motion/html/ for extreme graphics
- * Anders Lundholm, lund@hoa.ping.dk
- *
- */
-
- ADDRESS COMMAND 'Imagine:Im5.0'
-
- /* This specifies Imagine's arexx-port */
-
- ADDRESS 'Imagine.1'
-
- /* Load the preference file for use with the current render */
-
- GETPREFS 'Imagine:Imagine.Config'
-
- IMAGINETOFRONT
- ACTIVATEIMAGINE
-
- /* go to project editor */
-
- PROJECTEDITOR
-
- /* Opens a project, specify the filename here
- * Just copy the text and enter another project &
- * Subproject-name to render multiply scenes
- */
-
-
- OPENPROJECT 'Imagine:Projects/-Coca_Cola_Reklame/scene_#01'
-
- OPENSUBPROJECT '720x576'
-
- PROJECTRANGE 'ALL'
-
- CLEARZONE
-
- /* No conversion needed when rendering using 24bits */
-
- PALETTEMETHOD = 'Use Previous'
- STARTRENDER
-
-
- /* Next project goes here */
-
-
- OPENPROJECT 'Imagine:Projects/-Coca_Cola_Reklame/scene_#02'
-
- OPENSUBPROJECT '720x576'
-
- PROJECTRANGE 'ALL'
-
- CLEARZONE
-
- /* No conversion needed when rendering using 24bits */
-
- PALETTEMETHOD = 'Use Previous'
- STARTRENDER
-
-
- /* 3rd. Project goes here */
-
-
- OPENPROJECT 'Imagine:Projects/-Coca_Cola_Reklame/scene_#01'
-
- OPENSUBPROJECT '720x576'
-
- PROJECTRANGE 'ALL'
-
- CLEARZONE
-
- /* No conversion needed when rendering using 24bits */
-
- PALETTEMETHOD = 'Use Previous'
- STARTRENDER
-
-